Welcome![Sign In][Sign Up]
Location:
Search - ping socket

Search list

[ARM-PowerPC-ColdFire-MIPSIP

Description: 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Platform: | Size: 1682432 | Author: 谭剑鸣 | Hits:

[BooksMultiPing

Description: 通过用SOCKET发包来实现PING命令,可以同时检查多个IP的网格连通情况。并形成对应的日志以便查看。-SOCKET contract through to achieve the PING command, you can also check a number of IP cases grid connectivity. And the formation of the corresponding log to see.
Platform: | Size: 626688 | Author: 菲飞 | Hits:

[Software EngineeringEmbbeded_tcp_ip_user_guide

Description: 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278-err
Platform: | Size: 11264 | Author: 6756 | Hits:

[Internet-NetworkPR

Description: 利用socket api实现ping程序功能以及tracert追踪功能,主要是ICMP报文的使用-The use of socket api functions and procedures to achieve ping tracking tracert, mainly the use of ICMP message
Platform: | Size: 51200 | Author: sss | Hits:

[Internet-Networksocket_program

Description: 套接字编程:ping以及c/s服务的实现-Socket programming: ping, as well as c/s services to achieve
Platform: | Size: 243712 | Author: LiChuan | Hits:

[Internet-Networkonepingsourcecode

Description: 用C程序实现Ping功能,只有root用户才能编译执行原始套接字.-Ping using C program function, and only root users can compile the implementation of the original socket.
Platform: | Size: 6144 | Author: zhaochao | Hits:

[VC/MFCsisuanjiwanluo

Description: 1.设计要求 1.1已知参数:目的节点IP地址或主机名 1.2设计要求:通过原始套接字编程,实现Ping的基本功能 1.2.1初始化Windows Sockets网络环境; 1.2.2解析命令行参数,构造目的端socket地址; 1.2.3定义IP、ICMP报文; 1.2.4接收ICMP差错报文并进行解析。 1.3. 编程平台和语言不限,推荐使用Visual C++ ,Java(环境为MyEclipse) -1. Design requirements for 1.1 are known parameters: the purpose of the node IP address or host name of the design requirements of 1.2: The original Socket programming, to achieve the basic functions of Ping to initialize Windows Sockets Network 1.2.1 environment 1.2.2 Analysis of the command line parameters, structural purpose client socket address 1.2.3 the definition of IP, ICMP message 1.2.4 to receive ICMP error messages and resolve. 1.3. Programming platforms and languages are not limited to recommend the use of Visual C++, Java (the environment, MyEclipse)
Platform: | Size: 6144 | Author: 裴度麒 | Hits:

[Internet-NetworkLab1

Description: socket编程,C/S, 服务器端客户端,ping通-socket programming, C/S, client server, ping through
Platform: | Size: 20480 | Author: hongzhe4 | Hits:

[Internet-Networksocketudp

Description: 本程序通过udp协议的socket模拟window下面的ping程序,不需要socket连接,直接发送数据包,该数据包是通过struct自己定义的结构-This procedure simulated through socket udp protocol ping window following procedure does not require socket connections, sending packets directly to the data packet is defined by the structure struct their own
Platform: | Size: 8422400 | Author: 在劫 | Hits:

[Internet-Networksockettcp

Description: 通过tcp协议的socket连接,模拟window下面的ping程序,运行本程序的pc可以相互发送请求连接,并发送信息-Tcp socket connection through the agreement, simulation window the following ping program, the pc can run this program sends a request to connect with each other and to send a message
Platform: | Size: 6722560 | Author: 在劫 | Hits:

[Windows DevelopWinPing_src

Description: vc语言实现的ping功能,可以设置超时时间,包大小,发送包个数等-socket,ping
Platform: | Size: 155648 | Author: wumin | Hits:

[Internet-Networkmyping.c.tar

Description: RAW SOCKET API发送ICMP包模拟系统ping功能-RAW SOCKET API to send ICMP ping packets functional simulation system
Platform: | Size: 1024 | Author: czl | Hits:

[Internet-NetworkMyPing

Description: 自编的一个ping程序,使用Windows Raw Socket编写-A self ping program written using the Windows Raw Socket
Platform: | Size: 2401280 | Author: htkbczy | Hits:

[Internet-Networkpingsend

Description: socket实现ping功能,可以平需要的IP-socket ping function to achieve
Platform: | Size: 279552 | Author: dj | Hits:

[Internet-NetworkICMP_TCP_test_tool

Description: 做嵌入式终端调试过程中,PC端用到的测试程序,主要负责检测PC是否被Ping(ICMP协议,用到了源套接字),以及通过PC向终端传送数据和文件(TCP协议,用到了流式套接字)。想了解ICMP协议和TCP协议,以及Socket用法的朋友可以下了看看。-Make the process of debugging embedded terminal, PC 端 used in testing procedures, primarily responsible for detection of PC Shipi be Ping (ICMP protocol, used in the source socket), and the PC to the terminal through the transmission of data and documents (TCP protocol, used the stream sockets). Want to understand ICMP protocol and TCP protocols, and usage Socket friends can look down.
Platform: | Size: 3889152 | Author: 焦巍巍 | Hits:

[Internet-NetworkNetDiagTool

Description: 网络测速工具,使用了ping的icmp平均值和socket直连方式-Network speed tools, using the icmp ping average and direct connection socket
Platform: | Size: 5644288 | Author: 周俊 | Hits:

[Internet-NetworkMailSender

Description: 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址-1 The original program uses winsock socket programming, the basic Ping function, use: ping host, the default transmit four consecutive echo request. 2 The first program in the definition of ICMP uses a nonstandard form. Option will save the data in the first four bytes of the timestamp is also defined as the first part of the ICMP, which was defined ICMP header of 12 bytes. This mainly is mainly to the realization and understanding of programming convenience. 3 in accordance with customary first ICMP identifier field populated with the process ID. 4 The program implements the first record in the IP routing functionality of RR up to record nine address
Platform: | Size: 36463616 | Author: 李好 | Hits:

[CommunicationVB_60_LAN_Sockets

Description: VB源码实现网口控制安捷伦N6700A仪器,ZIP包中包含工程等多个文件-Communication with the N6700A over LAN may be accomplished without the use of I/O libraries or drivers. In this example it is accomplished using Winsock. Dynamic Host Configuration Protocol (DHCP) is typically the easiest way to configure the Instrument for LAN communication. DHCP automatically assigns a dynamic IP address to a device on a network. See the User s Guide for more information and how to set it up on the instrument. Connect a LAN cable and verify communication. In a DOS Window, (Run-> Command from the START menu of many Windows operating systems) type ping and the IP address of the product. For further information, see the Agilent Technologies USB/LAN/GPIB Connectivity Guide, which you can download from the Agilent web site at http://www.agilent.com/find/connectivity in the section Manuals, Guides & Notifications. Once you have established communication with the product, enter the IP address in the program for an example of instrument control using socket
Platform: | Size: 7168 | Author: forest | Hits:

[TCP/IP stackPingServer

Description: socket java ping机制 服务端实现代码-socket java pingServer
Platform: | Size: 1024 | Author: 陈哲超 | Hits:

[Internet-Networkmycode

Description: capture.c ping.c抓包 makefile socket-captue the ether s data,ping
Platform: | Size: 60416 | Author: xiejinping | Hits:
« 1 2 3 4 5 67 »

CodeBus www.codebus.net